.about-c{
	padding-top: 85px;	
	/*padding: 85px 0 30px 0;*/
	overflow: hidden;
}


.about-c > .left{
	width: 254px;
	padding:15px 27px ;
	float: left;
}

.about-c > .left h3{
    color: #ffffff;
    font-size: 18px;
    line-height: 1.2;
    padding: 12px;
    background: #004c8b;
}

.about-c > .left .about-item{
    margin: 25px 0px 24px 0px;
    color: #8a8a8a;
    padding: 12px;
    border-bottom: 1px #eaeaea solid;
}

.about-c > .left .about-item .cn{
	font-size: 17px;
    color: #000;
    line-height: 1;
}

.about-c > .left .about-item .en{
	font-size: 10px;
    line-height: 2.8;
	color: inherit;
}

.about-c > .right{
	float: right;
	width: 840px;
	padding-right: 30px;
}

.about-c > .right .title{
    font-size: 27px;
    color: #004c8b;
    border-bottom: 1px solid #efefef;
    width: 100%;
    white-space: nowrap;
    font-weight: 900;
    padding-bottom: 0.5rem;
}

.about-c > .right .text{
    font-size: 16px;
    padding-top: 1em;
    color: #000000;
}

.about-c > .bottom{
	padding: 50px 0  50px 0;
}
